< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03120300.xhp

(section: manipu) (bookmark: bm_id7499008)
ampersand symbol in StarBasic

StarBasic のアンパサンド記号

Editing String Contents
文字列の編集(hd_id3153894.1)

The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings.
文字列の編集、書式設定、整列などを行うための関数です。 文字列の結合には&演算子を使用します。(par_id3149178.2)

(/section: manipu)

(embed text/sbasic/shared/03120301.xhp#format : linkinfo)

Format Function [Runtime]
Format 関数 [実行時](hd_id3153539.1)

Converts a number to a string, and then formats it according to the format that you specify.
与えられた数値を文字列に変換してから、指定の書式にフォーマットします。(par_id3156042.2)

(/embed text/sbasic/shared/03120301.xhp#format)

(embed text/sbasic/shared/03120302.xhp#lcase : linkinfo)

LCase Function [Runtime]
LCase 関数 [実行時](hd_id3152363.1)

Converts all uppercase letters in a string to lowercase.
文字列中のすべての大文字を小文字に変換します。(par_id3145609.2)

(/embed text/sbasic/shared/03120302.xhp#lcase)

(embed text/sbasic/shared/03120303.xhp#left : linkinfo)

Left Function [Runtime]
Left 関数 [実行時](hd_id3149346.1)

Returns the number of leftmost characters that you specify of a string expression.
与えられた文字列表式の左側から、指定分の文字を取得して返します。(par_id3147242.2)

(/embed text/sbasic/shared/03120303.xhp#left)

(embed text/sbasic/shared/03120304.xhp#lset : linkinfo)

LSet Statement [Runtime]
LSet ステートメント [実行時](hd_id3143268.1)

Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type.
文字列変数の指定に従い文字列を左側に揃えるか、ユーザー定義型の変数を他のユーザー定義型の変数にコピーします。(par_id3155419.2)

(/embed text/sbasic/shared/03120304.xhp#lset)

(embed text/sbasic/shared/03120305.xhp#ltrim : linkinfo)

LTrim Function [Runtime]
LTrim 関数 [実行時](hd_id3147574.1)

Removes all leading spaces at the start of a string expression.
文字列表式の先頭部にあるスペース記号を、すべて削除します。(par_id3145316.2)

(/embed text/sbasic/shared/03120305.xhp#ltrim)

(embed text/sbasic/shared/03120306.xhp#mid : linkinfo)

Mid Function, Mid Statement [Runtime]
Mid 関数、Mid ステートメント [実行時](hd_id3143268.1)

Returns the specified portion of a string expression (Mid function), or replaces the portion of a string expression with another string (Mid statement).
文字列表式の中から指定部分を取得して返す (Mid 関数) か、該当部分を他の文字列に置き換えます (Mid ステートメント)。(par_id3148473.2)

(/embed text/sbasic/shared/03120306.xhp#mid)

(embed text/sbasic/shared/03120307.xhp#right : linkinfo)

Right Function [Runtime]
Right 関数 [実行時](hd_id3153311.1)

Returns the rightmost "n" characters of a string expression.
文字列表式の右側「n」文字を取得して返します。(par_id3150984.2)

(/embed text/sbasic/shared/03120307.xhp#right)

(embed text/sbasic/shared/03120308.xhp#rset : linkinfo)

RSet Statement [Runtime]
RSet ステートメント [実行時](hd_id3153345.1)

Right-aligns a string within a string variable, or copies a user-defined variable type into another.
文字列変数中に右揃えで文字列を格納するか、ユーザー定義型の変数を他のユーザー定義型の変数にコピーします。(par_id3150503.2)

(/embed text/sbasic/shared/03120308.xhp#rset)

(embed text/sbasic/shared/03120309.xhp#rtrim : linkinfo)

RTrim Function [Runtime]
RTrim 関数 [実行時](hd_id3154286.1)

Deletes the spaces at the end of a string expression.
文字列表式の末尾にあるスペース記号を削除します。(par_id3153127.2)

(/embed text/sbasic/shared/03120309.xhp#rtrim)

(embed text/sbasic/shared/03120311.xhp#trim : linkinfo)

Trim Function [Runtime]
Trim 関数 [実行時](hd_id3150616.1)

Removes all leading and trailing spaces from a string expression.
文字列表式の末尾および先頭にあるスペース記号を、すべて削除します。(par_id3149177.2)

(/embed text/sbasic/shared/03120311.xhp#trim)

(embed text/sbasic/shared/03120310.xhp#ucase : linkinfo)

UCase Function [Runtime]
UCase 関数 [実行時](hd_id3153527.1)

Converts lowercase characters in a string to uppercase.
文字列中のすべての小文字を大文字に変換します。(par_id3155420.2)

(/embed text/sbasic/shared/03120310.xhp#ucase)

(embed text/sbasic/shared/03120314.xhp#split : linkinfo)

Split Function [Runtime]
Split 関数 [実行時](hd_id3156027.1)

Returns an array of substrings from a string expression.
与えられた文字列表式を分割し、これらのサブストリング (文字列) を要素とする配列を作成して返します。(par_id3155805.2)

(/embed text/sbasic/shared/03120314.xhp#split)

(embed text/sbasic/shared/03120315.xhp#join : linkinfo)

Join Function [Runtime]
Join 関数 [実行時](hd_id3149416.1)

Returns a string from a number of substrings in a string array.
文字列配列として与えられるサブストリングを、1 つの文字列に変換して返します。(par_id3149670.2)

(/embed text/sbasic/shared/03120315.xhp#join)

(embed text/sbasic/shared/03120312.xhp#converttourl : linkinfo)

ConvertToURL Function [Runtime]
ConvertToURL 関数 [実行時](hd_id3152801.1)

Converts a system file name to a file URL.
システムファイル名をファイル URL へ変換します。(par_id3148538.2)

(/embed text/sbasic/shared/03120312.xhp#converttourl)

(embed text/sbasic/shared/03120313.xhp#convertfromurl : linkinfo)

ConvertFromURL Function [Runtime]
ConvertFromURL 関数 [実行時](hd_id3153894.1)

Converts a file URL to a system file name.
ファイル URL をシステムファイル名へ変換します。(par_id3147226.2)

(/embed text/sbasic/shared/03120313.xhp#convertfromurl)


< Prev / Next >